home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / WarpSharp.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  3KB  |  54 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="WarpSharp">
  4.   <description>A very fast WarpSharp and Xsharpen filters, converted from ffdshow. You should not crop right before using this filter.</description>
  5.   <filters>
  6.     <filter name="WarpSharp" category="Sharpen/Soften Plugins" helpfile="warpsharp" type="clip">
  7.       <description>A warp sharpening filter.</description>
  8.       <colorspaces>
  9.         <colorspace>yuy2</colorspace>
  10.         <colorspace>yv12</colorspace>
  11.       </colorspaces>
  12.       <parameters>
  13.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  14.           <description />
  15.           <items />
  16.         </parameter>
  17.         <parameter name="depth" type="int" default="128" max="0" min="0" step="0" optional="True" paramList="False">
  18.           <description>Depth of warp.</description>
  19.           <items />
  20.         </parameter>
  21.         <parameter name="blur" type="int" default="3" max="0" min="0" step="0" optional="True" paramList="False">
  22.           <description>Number of times of blur.The processing will become slow if this value increases.If this value is not defined, the value is set to the minimum, 1.</description>
  23.           <items />
  24.         </parameter>
  25.         <parameter name="bump" type="clip" default="128" max="0" min="0" step="0" optional="True" paramList="False">
  26.           <description>Threshold of unevenness detection. It will become more sharpen effect if it increases.</description>
  27.           <items />
  28.         </parameter>
  29.         <parameter name="cubic" type="float" default="-0.6" max="0" min="0" step="0" optional="True" paramList="False">
  30.           <description>Coefficient of warp value (cubic interpolation). There is no need to change this setting.</description>
  31.           <items />
  32.         </parameter>
  33.       </parameters>
  34.     </filter>
  35.     <filter name="XSharpen" category="Sharpen/Soften Plugins" helpfile="warpsharp" type="clip">
  36.       <description>A sharpening filter.</description>
  37.       <colorspaces />
  38.       <parameters>
  39.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  40.           <description />
  41.           <items />
  42.         </parameter>
  43.         <parameter name="strength" type="int" default="128" max="255" min="0" step="1" optional="True" paramList="False">
  44.           <description>When this value is 255, mapped pixels are not blended with the original pixel values, so a full-strength effect is obtained. As the value is reduced, each mapped pixel is blended with more of the original pixel. At a value of 0, the original pixels are passed through and there is no sharpening effect.</description>
  45.           <items />
  46.         </parameter>
  47.         <parameter name="threshold" type="int" default="8" max="0" min="0" step="0" optional="True" paramList="False">
  48.           <description>This value determines how close a pixel must be to the brightest or dimmest pixel to be mapped. If a pixel is more than threshold away from the brightest or dimmest pixel, it is not mapped. Thus, as the threshold is reduced, pixels in the mid range start to be spared.</description>
  49.           <items />
  50.         </parameter>
  51.       </parameters>
  52.     </filter>
  53.   </filters>
  54. </plugin>